(gnus-inews-organization): If ORGANIZATION is "", set it to nil.
authorRoland McGrath <roland@gnu.org>
Wed, 28 Apr 1993 20:31:02 +0000 (20:31 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 28 Apr 1993 20:31:02 +0000 (20:31 +0000)
lisp/gnuspost.el

index b252f27dcf92c37cdd428037b0dd0aca82d1bb82..9c00482c095377d99cc6dd98c6adbdfdc5dc23bf 100644 (file)
@@ -1,6 +1,6 @@
 ;;; gnuspost.el --- post news commands for GNUS newsreader
 
-;; Copyright (C) 1989, 1990 Free Software Foundation, Inc.
+;; Copyright (C) 1989, 1990, 1993 Free Software Foundation, Inc.
 
 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
 ;; Keywords: news
@@ -644,6 +644,8 @@ containing the organization."
   (let ((organization (or (getenv "ORGANIZATION")
                          gnus-your-organization
                          (expand-file-name "~/.organization" nil))))
+    (if (equal organization "")
+       (setq organization nil))
     (and (stringp organization)
         (string-equal (substring organization 0 1) "/")
         ;; Get it from the user and system file.